home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmTabList.z / XmTabList
Text File  |  1998-10-30  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt((((3333XXXX))))             UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV             XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt - Data type for a tab list
  10.  
  11.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.           #include <Xm/Xm.h>
  13.           XmTabList
  14.  
  15.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  16.           This page documents Motif 2.1.
  17.  
  18.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.           XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt is the data type for a tab list. A tab list
  20.           consists of tab stop list entries (XXXXmmmmTTTTaaaabbbbs). Whenever a tab
  21.           component is encountered while an XXXXmmmmSSSSttttrrrriiiinnnngggg is being
  22.           rendered, the origin of the next X draw depends on the next
  23.           XXXXmmmmTTTTaaaabbbb. If a tab stop would cause text to overlap, the x
  24.           position for the segment is reset to follow immediately
  25.           after the end of the previous segment.
  26.  
  27.           Tab lists are specified in resource files with the following
  28.           syntax:
  29.  
  30.           _r_e_s_o_u_r_c_e__s_p_e_c:::: _t_a_b WHITESPACE [, WHITESPACE _t_a_b ]*
  31.  
  32.           The resource value string consists of one or more tabs
  33.           separated by commas. Each _t_a_b identifies the value of the
  34.           tab, the unit type, and whether the offset is relative or
  35.           absolute. For example:
  36.  
  37.           _t_a_b := _f_l_o_a_t [ WHITESPACE _u_n_i_t_s ]
  38.           _f_l_o_a_t := [ _s_i_g_n ] [[ DIGIT]*. ]DIGIT+
  39.           _s_i_g_n := +
  40.  
  41.           where the presence or absence of _s_i_g_n indicates,
  42.           respectively, a relative offset or an absolute offset. Note
  43.           that negative tab values are not allowed. _u_n_i_t_s indicates
  44.           the unitType to use as described in the XXXXmmmmCCCCoooonnnnvvvveeeerrrrttttUUUUnnnniiiittttssss
  45.           reference page.
  46.  
  47.           For example, the following specifies a tab list consisting
  48.           of a one inch absolute tab followed by a one inch relative
  49.           tab:
  50.  
  51.           *tabList: 1in, +1in
  52.  
  53.           For resources of type, dimension, or position, you can
  54.           specify units as described in the XXXXmmmmNNNNuuuunnnniiiittttTTTTyyyyppppeeee resource of
  55.           the XXXXmmmmGGGGaaaaddddggggeeeetttt, XXXXmmmmMMMMaaaannnnaaaaggggeeeerrrr, or XXXXmmmmPPPPrrrriiiimmmmiiiittttiiiivvvveeee reference page.
  56.  
  57.      RRRREEEELLLLAAAATTTTEEEEDDDD
  58.           Refer to the _M_o_t_i_f _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e for more information
  59.           about tabs and tab lists.  XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttCCCCooooppppyyyy(3),
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt((((3333XXXX))))             UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV             XXXXmmmmTTTTaaaabbbbLLLLiiiisssstttt((((3333XXXX))))
  71.  
  72.  
  73.  
  74.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttFFFFrrrreeeeeeee(3), XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttGGGGeeeettttTTTTaaaabbbb(3),
  75.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttIIIInnnnsssseeeerrrrttttTTTTaaaabbbbssss(3), XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttRRRReeeemmmmoooovvvveeeeTTTTaaaabbbbssss(3),
  76.           XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttRRRReeeeppppllllaaaacccceeeePPPPoooossssiiiittttiiiioooonnnnssss(3), and XXXXmmmmTTTTaaaabbbbLLLLiiiissssttttTTTTaaaabbbbCCCCoooouuuunnnntttt(3).
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                         (printed 10/24/98)
  130.  
  131.  
  132.  
  133.